home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / Menu Controls / • About DrawShapes < prev    next >
Encoding:
Text File  |  1995-06-24  |  898 b   |  21 lines  |  [TEXT/ttxt]

  1. DrawShapes 3.1
  2. M. Boetcher
  3.  
  4. DrawShapes is a MacApp sample drawing program last seen in the days of MacApp 2.0. It lets you draw "shapes" (rectangles and circles) and move them around; cut, copy, and paste them; and print them. Each shape is drawn in its own color and pattern.
  5.  
  6. DrawShapes will later be modified to support Scripting and Drag & Drop.
  7.  
  8. Features
  9. ========
  10.    - tracking and dragging (TShapeDragger, TShapeSketcher)
  11.    - tear-off menus (TToolsMenu, TPatternsMenu)
  12.    - VBL task (TBetterFeedbackCmd)
  13.    - Pascal-style iterators (TShapeList: Each, FirstThat, IterateTil)
  14.    - adding a menu to the menubar dynamically (TShapeApplication::DoMenuCommand)
  15.    - custom clipboard type, kShapeClipType
  16.  
  17. Modification History
  18. ==================
  19. 4/27/94:    DrawShapes was converted to C++ and MacApp 3.1 by Mary Boetcher.
  20. 3/06/95:    Updated for MacApp 3.1.x and MacApp 3.3 by Jeroen Schalk for ETO #17
  21.